home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TRENAMEFORM / TRENAMEFORM.txt < prev   
Text File  |  2004-10-13  |  2KB  |  122 lines

  1. object Renameform: TRenameform
  2.   Left = 844
  3.   Top = 304
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename Archive'
  6.   ClientHeight = 209
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Topbevel: TBevel
  20.     Left = 0
  21.     Top = 65
  22.     Width = 417
  23.     Height = 8
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 168
  30.     Width = 401
  31.     Height = 9
  32.     Shape = bsTopLine
  33.   end
  34.   object Toppanel: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 417
  38.     Height = 65
  39.     Align = alTop
  40.     BevelOuter = bvNone
  41.     Color = clWhite
  42.     TabOrder = 0
  43.     object Captionlabel: TLabel
  44.       Left = 8
  45.       Top = 8
  46.       Width = 94
  47.       Height = 13
  48.       Caption = 'Rename Archive'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object Infolabel: TLabel
  57.       Left = 16
  58.       Top = 24
  59.       Width = 336
  60.       Height = 26
  61.       Caption = 
  62.         'Please enter the new archive name in the lower field. The curren' +
  63.         't name are shown in the upper field.'
  64.       WordWrap = True
  65.     end
  66.     object Image: TImage
  67.       Left = 361
  68.       Top = 8
  69.       Width = 48
  70.       Height = 48
  71.       AutoSize = True
  72.       Picture.Data = {<image000.bmp>}
  73.       Transparent = True
  74.     end
  75.   end
  76.   object Newedit: TLabeledEdit
  77.     Left = 8
  78.     Top = 136
  79.     Width = 401
  80.     Height = 21
  81.     EditLabel.Width = 70
  82.     EditLabel.Height = 13
  83.     EditLabel.Caption = 'New file name:'
  84.     LabelPosition = lpAbove
  85.     LabelSpacing = 3
  86.     TabOrder = 1
  87.   end
  88.   object Currentedit: TLabeledEdit
  89.     Left = 8
  90.     Top = 88
  91.     Width = 401
  92.     Height = 21
  93.     EditLabel.Width = 82
  94.     EditLabel.Height = 13
  95.     EditLabel.Caption = 'Current file name:'
  96.     Enabled = False
  97.     LabelPosition = lpAbove
  98.     LabelSpacing = 3
  99.     TabOrder = 2
  100.   end
  101.   object Cancelbutton: TButton
  102.     Left = 336
  103.     Top = 176
  104.     Width = 75
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = 'Cancel'
  108.     ModalResult = 2
  109.     TabOrder = 3
  110.   end
  111.   object Renamebutton: TButton
  112.     Left = 256
  113.     Top = 176
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'Rename'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 4
  120.   end
  121. end
  122.